home *** CD-ROM | disk | FTP | other *** search
- ;The following call returns the X or Y resolution:
- USER.EXE: int WINAPI GetSystemMetrics(int);
- ;Example1- GetSystemMetrics(0)
- ;Example2- GetSystemMetrics(1)
- KRNL386.EXE: int WINAPI WritePrivateProfileString(LPCSTR,LPCSTR,LPCSTR,LPCSTR);
- ; section,entry,string,filename
- KRNL386.EXE: int WINAPI GetPrivateProfileString(LPCSTR,LPCSTR,LPCSTR,LPSTR[64],int,LPCSTR);
- ; section,entry,default,string,len,filename